python string remove whitespace and newlines

41

python string remove whitespace and newlines -

' '.join(myString.split())

Comments

Submit
0 Comments